VS Code 常用命令記錄 1. 創建解決方案 例:dotnet new sln -o HelloWorld.Solutions 其中 -o 表示輸出文件夾 2.創建類庫、web、mvc、webapi等項目 例:d ...